projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a63c94
)
cleanup to remove warnings.
author
Michael Fulbright
<drmike@src.gnome.org>
Wed, 10 Nov 1999 17:17:17 +0000
(17:17 +0000)
committer
Michael Fulbright
<drmike@src.gnome.org>
Wed, 10 Nov 1999 17:17:17 +0000
(17:17 +0000)
Dr Mike <drmike@redhat.com>
demos/testpixbuf.c
patch
|
blob
|
history
diff --git
a/demos/testpixbuf.c
b/demos/testpixbuf.c
index 5b67aa912dad38b72e84a00e1d736ac3fdb2e843..9d15087551237f704030f36830a896288d109847 100644
(file)
--- a/
demos/testpixbuf.c
+++ b/
demos/testpixbuf.c
@@
-497,7
+497,6
@@
main (int argc, char **argv)
GdkPixbuf *pixbuf;
GdkPixbufLoader *pixbuf_loader;
- FILE *file;
gtk_init (&argc, &argv);
@@
-519,6
+518,7
@@
main (int argc, char **argv)
if (tbf_bps) {
bps = atoi(tbf_bps);
+ g_print ("Simulating %d kBytes/sec\n", bps);
readlen = (bps*1024)/10;
}
}